load Url
Navigates to the resource identified by the given url
. This method tells the browser to start asynchronous loading and returns immediately.
Parameters
url
the URL of the resource to load
Throws
when the url
is empty or blank
when the browser is already closed
Navigates to the resource identified by the given params
. This method tells the browser to start asynchronous loading and returns immediately.
Parameters
params
parameters such as URL, POST data, and HTTP headers
Throws
when the browser is already closed